:root {
    /* Primary Brand Colors */
    --primary-light: #10b981;
    --primary-dark: #065f46;
    --primary-light-rgb: 16, 185, 129;
    --primary-dark-rgb: 6, 95, 70;

    /* Navigation */
    --nev-fontcolor: rgba(255, 255, 255, 0.95);
    --nev-hover: rgba(255, 255, 255, 0.12);
    --nev-active: rgba(255, 255, 255, 0.18);

    /* Header & Menu */
    --table-header: #0f766e;
    --table-headerfont: #ffffff;
    --shortcut-menu: #047857;

    /* Buttons */
    --btn-background: #10b981;
    --btn-font: #ffffff;
    --btn-backgroundhover: #059669;
    --btn-fonthover: #ffffff;

    /* Layout */
    --body-background: #f8fafc;
    --title-background: #ecfdf5;

    /* Form & Text */
    --text-mandatory: #dc2626;
    --form-border: #d1d5db;

    /* Glass Effects */
    --glass-background: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4);

    /* Shadows */
    --shadow-light: rgba(15, 23, 42, 0.05);
    --shadow-medium: rgba(15, 23, 42, 0.08);
    --shadow-strong: rgba(15, 23, 42, 0.12);
    --shadow-intense: rgba(15, 23, 42, 0.16);

    /* Highlights */
    --highlight-light: rgba(255, 255, 255, 0.2);
    --highlight-medium: rgba(255, 255, 255, 0.35);

    /* Effects */
    --ripple-color: rgba(16, 185, 129, 0.2);
    --focus-ring: rgba(16, 185, 129, 0.25);

    /* Status Colors */
    --success-color: #22c55e;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #3b82f6;
    --light-color: #f8fafc;
    --dark-color: #1f2937;

    /* Tables */
    --table-border: #d1d5db;
    --table-border-light: #e5e7eb;
    --table-border-dark: #9ca3af;
    --table-border-print: #000000;
}
